home *** CD-ROM | disk | FTP | other *** search
- head 1.2;
- branch ;
- access ;
- symbols ;
- locks ; strict;
- comment @@;
-
-
- 1.2
- date 90.02.16.13.57.18; author rab; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 90.02.07.11.03.00; author rab; state Exp;
- branches ;
- next ;
-
-
- desc
- @@
-
-
- 1.2
- log
- @Fixed command line defines and header file path.
- @
- text
- @#
- # This file is included by Makefile. Makefile is generated automatically
- # by mkmf, and this file provides additional local personalization. The
- # variable SYSMAKEFILE is provided by Makefile; it's a system Makefile
- # that must be included to set up various compilation stuff.
- #
-
- CFLAGS += -I../as/sprite -I../as/dist -Derror=as_fatal -DSPARC
-
- #include <$(SYSMAKEFILE)>
-
- .PATH.h : ../as/sprite ../as/dist
-
- #
- # Arrange for programs to be installed in the library area instead of
- # the normal commands area.
- #
-
- TMINSTALLDIR = /sprite/lib/gcc/$(TM).md
-
-
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @d8 1
- a8 1
- CFLAGS += -I../as/dist -Derror=as_fatal -DSPARC
- d12 1
- a12 1
- .PATH.h : ../as/dist
- @
-